home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / COMPUTER / H254.ZIP / IRITSM3S.ZIP / POLY3D / MAKEFILE.UNX < prev    next >
Text File  |  1992-01-28  |  550b  |  23 lines

  1.  
  2. #
  3. # Makefile for the POLY3D poly data display program.
  4. #
  5.  
  6. include ../makeflag.unx
  7.  
  8. OBJECTS    = interact.o poly3d.o postscrp.o
  9.  
  10. poly3d:    $(OBJECTS)
  11.     $(CC) $(CFLAGS) -o poly3d $(OBJECTS) $(LIBS) $(MORELIBS) -lm
  12.  
  13. install: poly3d
  14.     mv -f poly3d $(BIN_DIR)
  15.     cp poly3dun.cfg $(BIN_DIR)/poly3d.cfg
  16.  
  17. # Dependencies starts here - do not touch, generated automatically.
  18. interact.o:    program.h interact.h
  19. matherr.o:    matherr.h program.h
  20. poly3d.o:    program.h interact.h matherr.h
  21. postscrp.o:    program.h interact.h
  22. scrndraw.o:    program.h interact.h
  23.